Skip to content

Commit

Permalink
Pinned Upload Artifact because of error: actions/upload-artifact#485
Browse files Browse the repository at this point in the history
  • Loading branch information
niekvanderreest committed Nov 21, 2024
1 parent 6e2fcf1 commit 689a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: dotnet publish ${{ inputs.csproj-path }} -c Release -o ./myapp

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: .net-app
path: ./myapp/*

0 comments on commit 689a836

Please sign in to comment.