Skip to content

Commit 369e682

Browse files
Update actions/upload-artifact action to v6
1 parent 69d4327 commit 369e682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-correspondence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload artifacts (for non-tagged builds)
7575
if: "!startsWith(github.ref, 'refs/tags/correspondence-v')"
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
7777
with:
7878
name: correspondence-package-${{ env.VERSION }}
7979
path: |

.github/workflows/release-internalevents.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Upload artifacts (for non-tagged builds)
6868
if: "!startsWith(github.ref, 'refs/tags/internalevents-v')"
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
7070
with:
7171
name: internalevents-package-${{ env.VERSION }}
7272
path: |

0 commit comments

Comments
 (0)