Skip to content

Commit fba74ca

Browse files
authored
Merge pull request #2126 from apache/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 74c7f3f + 30fb817 commit fba74ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_dev_artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ls -la dist | grep .whl
4949
5050
- name: Store dev artifacts - .tar.gz
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: libcloud-dev-tarball
5454
retention-days: 60
@@ -57,7 +57,7 @@ jobs:
5757
dist/*.tar.gz
5858
5959
- name: Store dev artifacts - .whl
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: libcloud-dev-wheel
6363
retention-days: 60

0 commit comments

Comments
 (0)