Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 in /.github/workflows
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 Dec 15, 2023
1 parent 05ac755 commit c92d7af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
chmod +x spice
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: spice-linux-x64
path: ./bin/spice**
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
chmod +x spice
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: spice-linux-arm64
path: ./bin/spice**
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: mv ./src/spice.exe spice.exe

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: spice-windows-static-x64
path: ./bin/spice**
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-output
path: dist/
Expand Down

0 comments on commit c92d7af

Please sign in to comment.