Skip to content

Commit

Permalink
Fix using obsolete version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Sep 12, 2024
1 parent cbfcd1b commit 2c1b651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildAndPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
NuGetToken: ${{ secrets.NUGET_TOKEN }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
NuGetToken: ${{ secrets.NUGET_TOKEN }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
NuGetToken: ${{ secrets.NUGET_TOKEN }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts

0 comments on commit 2c1b651

Please sign in to comment.