We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c7f3f + 30fb817 commit fba74caCopy full SHA for fba74ca
1 file changed
.github/workflows/publish_dev_artifact.yml
@@ -48,7 +48,7 @@ jobs:
48
ls -la dist | grep .whl
49
50
- name: Store dev artifacts - .tar.gz
51
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
52
with:
53
name: libcloud-dev-tarball
54
retention-days: 60
@@ -57,7 +57,7 @@ jobs:
57
dist/*.tar.gz
58
59
- name: Store dev artifacts - .whl
60
61
62
name: libcloud-dev-wheel
63
0 commit comments