Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 in /.github/workflows (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent 402d781 commit 1239702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
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 1239702

Please sign in to comment.