Skip to content

Commit 9e53019

Browse files
Bump the actions group with 2 updates (#326)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5363ddc commit 9e53019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dist-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd ..
5555
python -c "from mongo_orchestration import ReplicaSets"
5656
57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v5
5858
with:
5959
name: "dist"
6060
path: ./dist/*.*
@@ -67,13 +67,13 @@ jobs:
6767
contents: read
6868
steps:
6969
- name: Download all workflow run artifacts
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
7171
- name: Flatten directory
7272
working-directory: .
7373
run: |
7474
find . -mindepth 2 -type f -exec mv {} . \;
7575
find . -type d -empty -delete
76-
- uses: actions/upload-artifact@v4
76+
- uses: actions/upload-artifact@v5
7777
with:
7878
name: all-dist-${{ github.run_id }}
7979
path: "./*"

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id-token: write
7474
steps:
7575
- name: Download all the dists
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: all-dist-${{ github.run_id }}
7979
path: dist/

0 commit comments

Comments
 (0)