Skip to content

Commit a0caff0

Browse files
authored
Merge branch 'master' into issue-3329
2 parents 1d9a335 + 658b24e commit a0caff0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/01-make-dist-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
# NOTE: A `.zip` is added to the base `$name` automatically
211211
- name: Upload tarball and its checksum artifacts
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v7
213213
id: upload_artifact
214214
with:
215215
name: ${{ inputs.artifact_name }}

.github/workflows/01-make-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Note it warns about "unexpected input(s)" with replacement tokens below,
5252
# as they are by design not predefined, as far as actions API is concerned.
5353
# They still work for substitutions though.
54-
- uses: bluwy/substitute-string-action@v3
54+
- uses: bluwy/substitute-string-action@v4
5555
id: subst-github-ref-name
5656
with:
5757
_input-text: "${{ github.event.pull_request.number > 0 && format('PR-{0}', github.event.pull_request.number) || github.head_ref || github.ref_name }}"

0 commit comments

Comments
 (0)