Skip to content

Commit fe17cb8

Browse files
Update actions/upload-artifact action to v5
1 parent 5db396f commit fe17cb8

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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
203203
with:
204204
name: release-files
205205
path: |

0 commit comments

Comments
 (0)