Skip to content

Commit 64141f1

Browse files
authored
Upgrade to supported artifact actions
1 parent 85829f2 commit 64141f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
dotnet retest -- --no-build
7474
7575
- name: 🐛 logs
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
if: runner.debug && always()
7878
with:
7979
name: logs

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dotnet retest -- --no-build
3636
3737
- name: 🐛 logs
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
if: runner.debug && always()
4040
with:
4141
name: logs

0 commit comments

Comments
 (0)