Skip to content

Commit e8e51e1

Browse files
Update actions/upload-artifact action to v6
1 parent 2cc1a34 commit e8e51e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lock-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
labels: "backport: auto"
135135

136136
- name: Archive production artifacts
137-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
137+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
138138
with:
139139
name: release-files
140140
path: |

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m detection_rules dev build-release $GENERATE_NAVIGATOR_FILES
5656
5757
- name: Archive production artifacts for branch builds
58-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
58+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
5959
if: |
6060
github.event_name == 'push'
6161
with:

.github/workflows/release-fleet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
$DRAFT_ARGS
200200
201201
- name: Archive production artifacts
202-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
202+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
203203
with:
204204
name: release-files
205205
path: |

0 commit comments

Comments
 (0)