We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165a019 commit baabcd0Copy full SHA for baabcd0
.github/workflows/dotnet.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet publish -c Release -f net10.0 -o out/${{ github.event.repository.name }}
28
29
- name: Upload artifacts
30
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
31
with:
32
name: ${{ github.event.repository.name }}
33
path: out/${{ github.event.repository.name }}
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Download artifacts
42
- uses: actions/download-artifact@v7.0.0
+ uses: actions/download-artifact@v8.0.0
43
44
45
0 commit comments