Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mgeier committed Aug 13, 2024
1 parent 092e5bb commit a311493
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 @@ -61,7 +61,7 @@ jobs:
run: |
sh pd-lib-builder-iem-ci/localdeps/localdeps.linux.sh pkglibdir/asdf/asdf~.pd_linux
- name: Upload Pd external
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux Pd external
path: pure-data/pkglibdir/asdf/*
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
sh pd-lib-builder-iem-ci/localdeps/localdeps.macos.sh pkglibdir/asdf/asdf~.pd_darwin
- name: Upload Pd external
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macOS Pd external
path: pure-data/pkglibdir/asdf/*
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
run: |
sh pd-lib-builder-iem-ci/localdeps/localdeps.win.sh pkglibdir/asdf/asdf~.dll
- name: Upload Pd external
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows Pd external
path: pure-data/pkglibdir/asdf/*
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
run: |
deken package -v $(git describe --tags --always) --objects pure-data/objects.txt asdf
- name: Upload deken package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Deken package
path: "*.dek*"
Expand Down

0 comments on commit a311493

Please sign in to comment.