Skip to content

Commit

Permalink
build: update actions packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred committed Mar 16, 2024
1 parent 61a1e58 commit 8e3446c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tar -zcf artifact.tar.gz --exclude=artifact.tar.gz .
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubuntu-package
path: artifact.tar.gz
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Cache Openssl (linux)
if: matrix.os == 'ubuntu-latest'
id: cache-openssl
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openssl-${{ matrix.version.openssl }}
key: ${{ runner.os }}-openssl-${{ matrix.version.openssl }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Upload artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-ubuntu
path: artifact.tar.gz
Expand All @@ -137,7 +137,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-ubuntu

Expand Down

0 comments on commit 8e3446c

Please sign in to comment.