Skip to content

Commit

Permalink
Merge pull request #4141 from lauraharker:artifact-3-to-4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 593854600
  • Loading branch information
copybara-github committed Dec 26, 2023
2 parents d10204d + 1a4779a commit 558e96f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# storage.
- name: Share Unshaded Compiler
# https://github.com/marketplace/actions/upload-a-build-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unshaded_compiler
path: ${{ env.UNSYMLINK_DIR }}/compiler_uberjar_deploy.jar
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Share Snapshot Bundles
# https://github.com/marketplace/actions/upload-a-build-artifact
if: ${{ github.event_name == 'schedule' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshot_bundles
path: ${{ env.UNSYMLINK_DIR }}/*_bundle.jar
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# ./compiler/bazel-bin.
- name: Grab Unshaded Compiler
# https://github.com/marketplace/actions/download-a-build-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: unshaded_compiler
# Put the binary where bazel would have put it.
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

# Grab the SNAPSHOT bundles shared from `build-and-test` and put the file into ./bazel-bin.
- name: Grab Snapshot Bundles
uses: actions/download-artifact@v3
uses: actions/download-artifact@43
with:
name: snapshot_bundles
# Make it seem like files were generated by bazel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 558e96f

Please sign in to comment.