Skip to content

Commit d1119ef

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
46+
uses: actions/upload-artifact@v7
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@v7
48+
uses: actions/download-artifact@v8
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@v7
68+
uses: actions/download-artifact@v8
6969
with:
7070
name: ${{ needs.build.outputs.artifact-name }}
7171
path: dist

0 commit comments

Comments
 (0)