Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent c95462c commit 50e633a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:

- name: Upload installer assets
#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:
name: Assets
path: |
Expand All @@ -173,7 +173,7 @@ jobs:

- name: Upload Sandboxie x64
#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:
name: Sandboxie_x64
path: |
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Upload Sandboxie ARM64
#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:
name: Sandboxie_ARM64
path: |
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:

- name: Upload Sandboxie x86
#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:
name: Sandboxie_x86
path: |
Expand Down

0 comments on commit 50e633a

Please sign in to comment.