Skip to content

Commit

Permalink
upload-artifact, download-artifact: explicitly use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyind committed Dec 11, 2024
1 parent 79c4673 commit bc5e475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build Library
run: make lib
- name: Upload Artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: lib-output
path: lib-output
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Download Artifacts
uses: actions/download-artifact@master
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: lib-output
path: lib-output
Expand Down

0 comments on commit bc5e475

Please sign in to comment.