Skip to content

Commit

Permalink
GitHub Actions: bumped dependency actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Apr 18, 2023
1 parent c6cf8b4 commit fa52378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
BUILD_TYPE: ${{ matrix.conf }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
move resources\program_dir\*.* publish\
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Windows
path: |
Expand All @@ -57,7 +57,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- name: Fetch artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3.0.1

- name: Repackage binaries
run: |
Expand Down

0 comments on commit fa52378

Please sign in to comment.