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.
1 parent 3546ae5 commit 7d06ea5Copy full SHA for 7d06ea5
1 file changed
.github/workflows/repos.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Package distribution
41
run: tar -C scip-java/build/install -czf scip-java-dist.tgz scip-java
42
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
44
with:
45
name: scip-java-dist
46
path: scip-java-dist.tgz
@@ -147,7 +147,7 @@ jobs:
147
148
- uses: DeterminateSystems/magic-nix-cache-action@v14
149
150
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
151
152
153
path: scip-java-dist
0 commit comments