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 003e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
path: build/reports/tests
if: ${{ always() }}
- name: Upload Test Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: ${{ runner.os }}.test-logs
path: build/idea-sandbox/system-test/log
Expand Down

0 comments on commit 003e48f

Please sign in to comment.