Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent afeabcf commit 204860c
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.6
uses: actions/upload-artifact@v4.4.0
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.6
uses: actions/upload-artifact@v4.4.0
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.6
uses: actions/upload-artifact@v4.4.0
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.6
uses: actions/upload-artifact@v4.4.0
with:
name: Sandboxie_x86
path: |
Expand Down

0 comments on commit 204860c

Please sign in to comment.