Update GH Actions (#3361)

* update actions to use checkout version 4

* update upload-artifact action
This commit is contained in:
Klaus Rettinghaus
2023-10-09 22:08:28 +02:00
committed by GitHub
parent f54d4c7f0a
commit 89718c8a62
6 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ jobs:
git+https://github.com/veracioux/mkdoxy@v1.0.0
- name: Checkout flameshot source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'flameshot'
@@ -32,7 +32,7 @@ jobs:
make build
- name: Checkout flameshot website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'flameshot-org/flameshot-org.github.io'
ref: 'gh-pages'