Skip to content

Commit 3d9accc

Browse files
authored
Bump to supported artifact action
1 parent 54211a4 commit 3d9accc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet build -bl -p:version=${GITHUB_REF#refs/*/v}
4141

4242
- name: 📦 binlog
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: binlog-build-${{ github.run_number }}
@@ -50,7 +50,7 @@ jobs:
5050
uses: ./.github/workflows/test
5151

5252
- name: 📦 binlog
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
if: always()
5555
with:
5656
name: binlog-pack-${{ github.run_number }}

0 commit comments

Comments
 (0)