Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slyoldfox committed May 25, 2024
1 parent 2f7db05 commit e8a474d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: darwin-x86_64
os: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Caching workspace.'
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:

path: build
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# Upload the packaged asset as an artifact.
- name: 'Uploading the packaged asset.'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:

name: ffmpeg-${{ matrix.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# Execute the build activities.
steps:
- name: Checkout the repository.
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup the node ${{ matrix.node-version }} environment.
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit e8a474d

Please sign in to comment.