We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/download-artifact
1 parent 8630777 commit 6d9b9beCopy full SHA for 6d9b9be
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- uses: actions/checkout@v5
77
- run: make npm.install
78
79
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
80
with:
81
name: image-${{ github.run_number }}
82
path: .cache/
@@ -122,7 +122,7 @@ jobs:
122
text: ${{ github.repository }}
123
regex: '^${{ github.repository_owner }}/(.+)-docker-image$'
124
125
126
127
128
0 commit comments