Skip to content

Commit

Permalink
ci: use v4 of upload-artifact and download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Sep 18, 2024
1 parent dadd054 commit 08dba6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
dotnet paket pack --symbols --version $VERSION nupkg
- name: Upload Artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nupkg
path: nupkg
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: nupkg
- name: Push to GitHub Feed
Expand All @@ -96,7 +96,7 @@ jobs:
with:
dotnet-version: 6.0.100
- name: Download Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: nupkg
- name: Push to GitHub Feed
Expand Down

0 comments on commit 08dba6b

Please sign in to comment.