Skip to content

Commit

Permalink
build: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Sep 18, 2024
1 parent decfb95 commit 51d4fb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ls

- name: Upload Artefact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: dist/angular-auth-oidc-client
Expand All @@ -71,7 +71,7 @@ jobs:
node-version: 20

- name: Download Artefact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: angular-auth-oidc-client-artefact
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
node-version: 20

- name: Download Artefact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: angular-auth-oidc-client-artefact
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
node-version: 20

- name: Download Artefact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: angular-auth-oidc-client-artefact
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
node-version: 20

- name: Download Artefact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: angular-auth-oidc-client-artefact
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
node-version: 18

- name: Download Artefact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular_auth_oidc_client_artefact
path: angular-auth-oidc-client-artefact
Expand Down

0 comments on commit 51d4fb7

Please sign in to comment.