Skip to content

Commit

Permalink
update actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu authored Aug 23, 2024
1 parent 7c20dcf commit 49cafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: dotnet pack Tapper.Generator
run: dotnet pack -c Release --output ${{ github.workspace }}/artifacts -p:Version=${{ env.RELEASE_VERSION }} ./src/Tapper.Generator/Tapper.Generator.csproj

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Packages
path: ${{ github.workspace }}/artifacts
Expand Down

0 comments on commit 49cafce

Please sign in to comment.