Skip to content

Commit d1f3290

Browse files
committed
Update GitHub Artifact Actions
1 parent f2588ea commit d1f3290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet test src --configuration Release --no-build
4242
- name: Upload packages
4343
if: matrix.name == 'Linux'
44-
uses: actions/upload-artifact@v5.0.0
44+
uses: actions/upload-artifact@v6.0.0
4545
with:
4646
name: nuget-packages
4747
path: nugets/
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
dotnet-version: 8.0.x
5959
- name: Download artifacts
60-
uses: actions/download-artifact@v6.0.0
60+
uses: actions/download-artifact@v7.0.0
6161
with:
6262
name: nuget-packages
6363
path: nugets/

0 commit comments

Comments
 (0)