Skip to content

Commit

Permalink
build: rollback upload-artifacts@v3 actions/upload-artifact#478
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Mar 26, 2024
1 parent c370d97 commit 02501b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir "artifacts"
docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-${{ matrix.arch }}"
- name: Upload deb Packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ubuntu_2204_debs
path: artifacts/

0 comments on commit 02501b3

Please sign in to comment.