-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge of #669 - Update other GitHub actions
We started using [email protected] in #663 but the rest weren't so security critical so dependabot didn't bump them. Not having them "just" breaks a workflow or two. So bump them.
- Loading branch information
Showing
2 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,11 @@ jobs: | |
# patched in to std. It's cloned here to access the Github action for | ||
# building and measuring the test binary. | ||
- name: Clone backtrace to access Github action | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ${{ env.BACKTRACE_DIR }} | ||
- name: Clone Rustc | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: rust-lang/rust | ||
path: ${{ env.RUSTC_DIR }} | ||
|
@@ -61,6 +61,7 @@ jobs: | |
run: | | ||
# Bootstrap config | ||
cat <<EOF > config.toml | ||
change-id = 9999999 | ||
[llvm] | ||
download-ci-llvm = true | ||
[rust] | ||
|
@@ -126,7 +127,7 @@ jobs: | |
{ flag: "wx" }, | ||
); | ||
- name: Upload size data | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4.1.7 | ||
with: | ||
name: size-files | ||
path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }} | ||
|
@@ -140,7 +141,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
# Clone backtrace to access Github composite actions to report size. | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Download size data | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters