Skip to content

Commit 24ec50e

Browse files
authored
Merge pull request #1876 from glotzerlab/dependabot-github_actions-trunk-patch-actions-version-ee8e12b2b9
Bump the actions-version group with 2 updates
2 parents dcdff9f + a92fbcd commit 24ec50e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ jobs:
201201
run: tar --use-compress-program='zstd -10 -T0' -cvf install.tar install
202202

203203
- name: 'Upload build'
204-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
204+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
205205
with:
206206
name: build-${{ inputs.config }}-${{ github.sha }}
207207
path: build.tar
208208
retention-days: 7
209209
- name: 'Upload install'
210-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
210+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
211211
with:
212212
name: install-${{ inputs.config }}-${{ github.sha }}
213213
path: install.tar

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: tar -cvJf ${name}-${tag:1}.tar.xz ${name}-${tag:1}
6868

6969
- name: Upload release files
70-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
70+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7171
with:
7272
name: release
7373
path: |

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
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

.github/workflows/update-conda-lockfiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
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
1212
secrets: inherit
1313
with:
1414
branch: trunk-patch

0 commit comments

Comments
 (0)