Skip to content

Commit

Permalink
Bump to supported artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Feb 7, 2025
1 parent 54211a4 commit 3d9accc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet build -bl -p:version=${GITHUB_REF#refs/*/v}

- name: 📦 binlog
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: binlog-build-${{ github.run_number }}
Expand All @@ -50,7 +50,7 @@ jobs:
uses: ./.github/workflows/test

- name: 📦 binlog
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: binlog-pack-${{ github.run_number }}
Expand Down

0 comments on commit 3d9accc

Please sign in to comment.