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.
2 parents 8f2b8c3 + d9c827c commit 8e9aaefCopy full SHA for 8e9aaef
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
if: matrix.platform != 'amd64'
39
uses: docker/setup-qemu-action@v2
40
41
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
42
with:
43
name: patchelf
44
path: dist
@@ -86,7 +86,7 @@ jobs:
86
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
87
runs-on: ubuntu-latest
88
steps:
89
90
91
92
0 commit comments