Skip to content

Commit a70d6ac

Browse files
authored
Merge pull request #19 from febus982/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents 2abc38e + 9c1af94 commit a70d6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# This is optional
2828
- name: Security check report artifacts
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: Security report
3232
path: output/security_report.txt

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
poetry build
3333
3434
- name: Archive the dist folder
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: dist
3838
path: dist

0 commit comments

Comments
 (0)