Skip to content

Commit

Permalink
Bump GitHub workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morio committed Feb 14, 2024
1 parent 811c786 commit d5992ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/disabled_worflows/adbuino_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: adbuino
fetch-depth: "0"
Expand All @@ -34,7 +34,7 @@ jobs:
utils/rename_adbuino_binaries.sh
- name: Upload binaries into build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: adbuino/src/firmware/distrib/*
name: ADBuino binaries
4 changes: 2 additions & 2 deletions .github/workflows/quokkadb_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: quokkadb
fetch-depth: "0"
Expand All @@ -36,7 +36,7 @@ jobs:
utils/rename_quokkadb_binaries.sh
- name: Upload binaries into build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: quokkadb/src/firmware/distrib/*
name: QuokkADB binaries

0 comments on commit d5992ae

Please sign in to comment.