Skip to content

Commit

Permalink
Merge pull request #53 from keynslug/main
Browse files Browse the repository at this point in the history
ci: avoid using deprecated actions versions
  • Loading branch information
keynslug authored Jan 21, 2025
2 parents 0f52b01 + fad48cd commit ec599f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
env BUILD_RELEASE=1 CI_RELEASE_VERSION=${{ github.event.inputs.release_as }} ./build.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
docker run -i --rm --user 1001 -v $(pwd):/wd --workdir /wd --platform=linux/${{ matrix.arch }} -e BUILD_RELEASE=1 -e CI_RELEASE_VERSION=${{ github.event.inputs.release_as }} $IMAGE bash -euc './build.sh'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand All @@ -131,6 +131,7 @@ jobs:
with:
name: packages
path: packages
merge-multiple: true
- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit ec599f2

Please sign in to comment.