Skip to content

Commit

Permalink
CI: pin actions/upload-artifact to v2.2.4 due to actions/upload-artif…
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 12, 2021
1 parent e6e4753 commit f37937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
run: scripts/Unpack-Distribution.ps1
- name: Upload Distribution
if: matrix.image == 'ubuntu-20.04'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: avaloniarider-${{ env.AVALONIA_RIDER_VERSION }}
path: build/distributions/unpacked

0 comments on commit f37937d

Please sign in to comment.