Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.4 to 4.3.6
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 1475a02 commit 91c42c5
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/[email protected].4
uses: actions/[email protected].6
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/[email protected].4
uses: actions/[email protected].6
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/[email protected].4
uses: actions/[email protected].6
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/[email protected].4
uses: actions/[email protected].6
with:
name: Sandboxie_x86
path: |
Expand Down

0 comments on commit 91c42c5

Please sign in to comment.