Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action to v4.6.0 (#4090)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent ffb379c commit dda394f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Tar files
run: tar -cvf website.tar build/website
- name: Upload website
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: website-${{ github.sha }}
path: website.tar
Expand Down Expand Up @@ -205,20 +205,20 @@ jobs:
fi
- name: Upload fatjars built on Linux
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: fat-jars-${{ github.sha }}
path: build/shadow/*
if-no-files-found: error
- name: Upload the PKGBUILD
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: pkgbuild-${{ github.sha }}
path: build/pkgbuild/PKGBUILD
if-no-files-found: error
- name: Upload platform-specific packages
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: installer-package-${{ github.sha }}-${{ runner.os }}
path: build/package/*
Expand Down

0 comments on commit dda394f

Please sign in to comment.