Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4067)

This commit is contained in:
dependabot[bot] 2024-07-09 18:02:44 +00:00 committed by GitHub
parent c95462cc2a
commit 50e633ab80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ jobs:
- name: Upload installer assets - name: Upload installer assets
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.3.3 uses: actions/upload-artifact@v4.3.4
with: with:
name: Assets name: Assets
path: | path: |
@ -173,7 +173,7 @@ jobs:
- name: Upload Sandboxie x64 - name: Upload Sandboxie x64
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.3.3 uses: actions/upload-artifact@v4.3.4
with: with:
name: Sandboxie_x64 name: Sandboxie_x64
path: | path: |
@ -267,7 +267,7 @@ jobs:
- name: Upload Sandboxie ARM64 - name: Upload Sandboxie ARM64
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.3.3 uses: actions/upload-artifact@v4.3.4
with: with:
name: Sandboxie_ARM64 name: Sandboxie_ARM64
path: | path: |
@ -336,7 +336,7 @@ jobs:
- name: Upload Sandboxie x86 - name: Upload Sandboxie x86
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.3.3 uses: actions/upload-artifact@v4.3.4
with: with:
name: Sandboxie_x86 name: Sandboxie_x86
path: | path: |