Skip to content

Commit

Permalink
Updated upload-artifact and download-artifact actions.
Browse files Browse the repository at this point in the history
v1 of these actions was marked deprecated in June 2024, and can no longer be
used as of Oct 2024.
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
  • Loading branch information
adamshapiro0 committed Oct 23, 2024
1 parent cc022af commit bd16cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Upload artifact
if: matrix.tool == 'bazel'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.3
with:
path: polaris_examples.tar.gz
name: polaris_examples.cpp.${{ matrix.arch }}
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
- name: Upload artifact
if: matrix.tool == 'bazel'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.3
with:
path: c/polaris_examples.tar.gz
name: polaris_examples.c.${{ matrix.arch }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- {lang: c, arch: aarch64}
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.8
with:
name: polaris_examples.${{ matrix.lang }}.${{ matrix.arch }}
- name: Set asset filename
Expand Down

0 comments on commit bd16cbc

Please sign in to comment.