Skip to content

Commit 6190a92

Browse files
chore(deps): update github artifact actions (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 584fc0a commit 6190a92

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
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.auth.outputs.token }}
4444
- if: success() || failure()
4545
name: Upload Reports
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: mega-linter-reports
4949
path: |-

template/.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
url: https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/
4646
steps:
4747
- name: Download Artifacts
48-
uses: actions/download-artifact@v6
48+
uses: actions/download-artifact@v7
4949
with:
5050
name: ${{ needs.build.outputs.artifact-name }}
5151
path: dist
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Download Artifacts
68-
uses: actions/download-artifact@v6
68+
uses: actions/download-artifact@v7
6969
with:
7070
name: ${{ needs.build.outputs.artifact-name }}
7171
path: dist

0 commit comments

Comments
 (0)