Skip to content

Commit

Permalink
Merge pull request #2812 from wwmm/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.0.0

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
wwmm authored Dec 15, 2023
2 parents 04218f3 + a8f6af8 commit 8b25262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
namcapDisable: true

- name: Upload Package Archive
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: easyeffects-archlinux-${{ needs.prepare.outputs.github_commit_desc }}-x86_64
path: ${{ steps.makepkg.outputs.pkgfile0 }}
Expand Down

0 comments on commit 8b25262

Please sign in to comment.