File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,13 @@ jobs:
201
201
run : tar --use-compress-program='zstd -10 -T0' -cvf install.tar install
202
202
203
203
- name : ' Upload build'
204
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
204
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
205
205
with :
206
206
name : build-${{ inputs.config }}-${{ github.sha }}
207
207
path : build.tar
208
208
retention-days : 7
209
209
- name : ' Upload install'
210
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
210
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
211
211
with :
212
212
name : install-${{ inputs.config }}-${{ github.sha }}
213
213
path : install.tar
Original file line number Diff line number Diff line change 67
67
run : tar -cvJf ${name}-${tag:1}.tar.xz ${name}-${tag:1}
68
68
69
69
- name : Upload release files
70
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
70
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
71
71
with :
72
72
name : release
73
73
path : |
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
stale :
11
- uses : glotzerlab/workflows/.github/workflows/stale.yaml@ea2e25d07af862a1c696a932c2bd6b242d142049 # 0.2 .0
11
+ uses : glotzerlab/workflows/.github/workflows/stale.yaml@ae7e7c6931098a313ef8069ef04b88a55c3a40f6 # 0.3 .0
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
update :
11
- uses : glotzerlab/workflows/.github/workflows/update-conda-lockfiles.yaml@ea2e25d07af862a1c696a932c2bd6b242d142049 # 0.2 .0
11
+ uses : glotzerlab/workflows/.github/workflows/update-conda-lockfiles.yaml@ae7e7c6931098a313ef8069ef04b88a55c3a40f6 # 0.3 .0
12
12
secrets : inherit
13
13
with :
14
14
branch : trunk-patch
You can’t perform that action at this time.
0 commit comments