We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5088f commit 83034c6Copy full SHA for 83034c6
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
steps:
52
- name: Download artifacts
53
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
54
with:
55
name: myproject-${{ matrix.os }}
56
path: .
0 commit comments