Skip to content

Commit f6ff8a4

Browse files
chore(deps): update github artifact actions
1 parent 6d4eb21 commit f6ff8a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: liblaf/actions/mega-linter@dist
4747
- if: success() || failure()
4848
name: Upload Reports
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: mega-linter-reports
5252
path: |-

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
url: https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/
4343
steps:
4444
- name: Download Artifacts
45-
uses: actions/download-artifact@v5
45+
uses: actions/download-artifact@v6
4646
with:
4747
name: ${{ needs.build.outputs.artifact-name }}
4848
path: dist
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- name: Download Artifacts
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: ${{ needs.build.outputs.artifact-name }}
7070
path: dist

0 commit comments

Comments
 (0)