Skip to content

Commit 45c9283

Browse files
Update actions/upload-artifact digest to 4cec3d8
1 parent a35184a commit 45c9283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: charm
6363

6464
- name: Upload charm artifact
65-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6666
with:
6767
name: charm
6868
path: ./charm/*.charm
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Upload charmcraft logs
125125
if: failure()
126-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
126+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
127127
with:
128128
name: charmcraft-logs
129129
path: /home/runner/.local/state/charmcraft/log/*

0 commit comments

Comments
 (0)