Skip to content

Commit d983044

Browse files
committed
Bump upload-artifact to v7 and download-artifact to v8 (Node 24)
1 parent 62fd831 commit d983044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
python3 .github/workflows/build.py
123123
124124
- name: Upload artifact
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v7
126126
with:
127127
name: cf-cli-java-plugin-${{ matrix.os }}
128128
path: |
@@ -153,7 +153,7 @@ jobs:
153153
pip install PyYAML
154154
155155
- name: Download all artifacts
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v8
157157
with:
158158
path: dist/
159159

0 commit comments

Comments
 (0)