Skip to content

Commit

Permalink
Update versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
varnav authored Jun 27, 2024
1 parent 8ca3678 commit df36faa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -38,14 +38,14 @@ jobs:
XZ_OPT=-9 tar cJf BaseStation.sqb.tar.xz BaseStation.sqb
tar czf BaseStation.sqb.tar.gz BaseStation.sqb
- name: 'Upload Artifact BaseStation.sqb.tar.xz'
uses: actions/upload-artifact@v3
- name: 'Upload xzipped artifact'
uses: actions/upload-artifact@v4
with:
name: BaseStation.sqb.tar.xz
path: BaseStation.sqb.tar.xz
retention-days: 10

- name: 'Upload Artifact BaseStation.sqb.tar.xz'
- name: 'Upload gzipped artifact'
uses: actions/upload-artifact@v3
with:
name: BaseStation.sqb.tar.gz
Expand Down

0 comments on commit df36faa

Please sign in to comment.