Skip to content

Commit

Permalink
workflows: Fix node12 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thompson authored Nov 10, 2023
1 parent 8730802 commit 87b1891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: make -j4

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: |
Expand All @@ -42,12 +42,12 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build-artifacts

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 87b1891

Please sign in to comment.